Added or corrected Commentary section
authorEric S. Raymond <esr@snark.thyrsus.com>
Mon, 22 Mar 1993 22:44:33 +0000 (22:44 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Mon, 22 Mar 1993 22:44:33 +0000 (22:44 +0000)
lisp/emulation/vip.el
lisp/textmodes/underline.el
lisp/time.el
lisp/timer.el
lisp/uncompress.el
lisp/view.el
lisp/xscheme.el

index 14da705e602794eca97b3755cabc9c7d0a162ed7..e9792745861f4920dffd229069e04043a4a32c41 100644 (file)
@@ -6,6 +6,8 @@
 
 ;;; Commentary:
 
+;; A full-featured vi(1) emulator.
+;;
 ;; In Japan, the author's address is: masahiko@sato.riec.tohoku.junet
 ;;
 ;; Send suggestions and bug reports to one of the above addresses.
@@ -274,7 +276,7 @@ Type `n' to quit this window for now.\n")
   (vip-change-mode 'emacs-mode))
 
 \f
-;; escape to emacs mode termporarilly
+;; escape to emacs mode temporarily
 
 (defun vip-get-editor-command (l-map g-map &optional str)
   "Read characters from keyboard until an editor command is formed, using
index 2f6ef391e06de589face1d62f17fb7462fbb72c5..269acd01b933017e8592849fb449a89882e075cf 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This package deals with the primitive form of underlining
+;; consisting of prefixing each character with "_\^h".  The entry
+;; point `underline-region' performs such underlining on a region.
+;; The entry point `ununderline-region' removes it.
+
 ;;; Code:
 
 ;;;###autoload
index 562dc06d86a2f8d10a9421e5692aab9636f48e7f..492552431eb397a3bf8c0dd76335960842b983d5 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;;; Facilities to display current time/date and a new-mail indicator
+;;; in the Emacs mode line.  The single entry point is `display-time'.
+
 ;;; Code:
 
 (defvar display-time-mail-file nil
index 8e0b5a3c7eb0f812b49a39d459cb4d5f255edd47..62d13f11624faed3262b4b71e2907fcaa431fb1a 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This package gives you the capability to run Emacs Lisp commands at
+;; specified simes in the future, either as one-shots or periodically.
+;; The single entry point is `run-at-time'.
+
 ;;; Code:
 
 (defvar timer-process nil)
index 52e7063a066c6e9bc084d34cdf47a62e1ae0ff62..212c254ba67cc5926d1558e322d3e92477f4ed4a 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This package can be used to arrange for automatic uncompress of
+;; files packed with the UNIX compress(1) utility when they are visited.
+;; All that's necessary is to load it.  This can conveniently be done from
+;; your .emacs file.
+
 ;;; Code:
 
 ;; When we are about to make a backup file,
index bcb54fee03c33371e9c0239de8fea42487cda8da..a4b6442beb07e6bbbb3324fd14aab0d1606f5f7a 100644 (file)
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This package provides the `view' major mode documented in the Emacs
+;; user's manual.
+
 ;;; Code:
 
 (defvar view-mode-map nil)
index 6d8e3deadf98dc56bdb24b25ab9db5e67fd017a2..c89ceaed073e313e07579eff23b171c6547f7dba 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
-;; Keywords: languages
+;; Keywords: languages lisp
 
 ;; This file is part of GNU Emacs.
 
 
 ;;; Commentary:
 
-;;; Requires C-Scheme release 5 or later
-;;; Changes to Control-G handler require runtime version 13.85 or later
+;; A major mode for editing Scheme and interacting with MIT's C-Scheme.
+;;
+;; Requires C-Scheme release 5 or later
+;; Changes to Control-G handler require runtime version 13.85 or later
 
 ;;; Code: